home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1996 July: Mac OS SDK
/
Dev.CD Jul 96 SDK
/
Dev.CD Jul 96 SDK2.toast
/
Mac OS 8 Tour
/
Demos
/
QT Confrencing
/
QT Confrenceing.dir
/
00061.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-30
|
250 b
|
18 lines
on enterFrame
global S1
if S1 = 1 then
set the movieTime of sprite 27 to 0
set S1 to 0
else
nothing()
end if
end
on exitFrame
if the movieTime of sprite 27 < 960 then
go(the frame)
else
go(the frame + 1)
end if
end